CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 消息 窗口

搜索资源列表

  1. messgagegongxiang

    0下载:
  2. 多个窗口消息共享同一个消息处理函数。由第一个消息参数指定发送窗口的句柄,第二个消息视图却能够为多个其他进程所映射,这些进程共享的是物理存储器的同一个页面。在响应函数中将数据从共享内存复制到本地缓存中,再进行后续的处理。-More than one message share the same window message handler function. A message from the first parameter specifies the window handle to send
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-06
    • 文件大小:98774
    • 提供者:xianghengfu
  1. Blank

    0下载:
  2. 通过程序向另外的窗口发送消息,你们看看就知道了.-Through the program send a message to another window
  3. 所属分类:Hook api

    • 发布日期:2017-05-25
    • 文件大小:8462578
    • 提供者:wdwin
  1. skin_peeler

    2下载:
  2. 首先在程序中安装一个监控窗口过程的钩子函数,然后定义一个新的窗口函数,该函数将替换按钮的窗口函数,该函数主要对一些感兴趣的消息进行处理,调用自定义信息中的一些方法。最后在钩子函数中读取当前控件类的名称,如果为按钮类,则为按钮设置一个自定义的信息,并子类化按钮。-First, install a monitor in the program window procedure hook function, and then define a new window function, the func
  3. 所属分类:GUI Develop

    • 发布日期:2015-07-02
    • 文件大小:220908
    • 提供者:cain_ru
  1. XMessageBox_demo

    0下载:
  2. 一直用于项目中的消息窗口重载,非常好用,易用。-MessageBox
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-06
    • 文件大小:83989
    • 提供者:熊猫
  1. prompt

    0下载:
  2. 在web开发中,对于浏览器默认的消息提示框(如alert,confirm等)外观无法控制,同时我们经常希望能实现一些window.open之类的弹出框,但window.open弹出框存在诸多问题,如可能被拦截,界面不美观等。 为了实现更好的界面效果和控制,于是模拟系统的消息提示框及弹出窗口实现了该组件。在外观上可以通过css进行完全的控制。-In web development, the browser default message boxes (such as alert, confir
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:59778
    • 提供者:fengyin
  1. Windows_message_window_design_tutorials

    0下载:
  2. Windows消息窗口设计教程Windows message window design tutorials-Windows message window design tutorials Windows message window design tutorials
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-14
    • 文件大小:3076510
    • 提供者:guomei
  1. VC.high.level.programming.message.window

    0下载:
  2. VC编程消息窗口高级编程代码VC programming high-level programming code message window -VC programming high-level programming code message window
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-25
    • 文件大小:50065
    • 提供者:e
  1. Reminder

    0下载:
  2. 一个定时提醒器 1.窗口置前 2.支持开机启动 3.消息窗口置前 4.快捷键操作 5.任务栏图标-A timed reminder 1. Window to Front 2. Support the boot 3. The message window set to top 4. Shortcut keys 5. Taskbar icon
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:77986
    • 提供者:yeats
  1. zsy

    0下载:
  2. 先定义两个发送端A和B,发送端A和发送端B用消息管道相连接。从发送端A发送一个大数据量的字符串数据到接收端B,在发送端此大容量字符串被分解成几个帧来进行传送,自己设定相应的接收窗口容量,并使用滑动窗口协议的基本算法思想,是发送端A的字符串数据完整的传送到B端。-A first define the two transmitter and B, the sender A and B by sending a message pipe is connected. From the sender to
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:862368
    • 提供者:赵思宇
  1. WIN32-API-achieve-MSN-pop-up-message-window-minimi

    0下载:
  2. (VC6.0下通过编译)用WIN32 API 实现MSN弹出消息窗口、最小化到系统托盘、静态文本超链接-(VC6.0 through the compilation) with the WIN32 API to achieve MSN pop-up message window, minimize to system tray, static text hyperlink
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-09
    • 文件大小:2923200
    • 提供者:清风
  1. passRx2011

    0下载:
  2. 过瑞星主动防御的代码,利用消息窗口屏蔽提示。-Rising active defense through the code, the use of the message window screen prompts.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:1196
    • 提供者:yinlee
  1. Process-communication

    1下载:
  2. ? 编写两个进程,一进程负责发送字符 串,另一进程负责接收字符串; ? 支持Windows/linux的的共享存储区、消息、有名和无名管道、Socket通信 ? 发送进程应可以从窗口或键盘上接收字符串; ? 接收进程应可将字符串显示在窗口上; -? preparation of two processes, a process responsible for sending a string, another process is responsible for receivin
  3. 所属分类:Windows Develop

    • 发布日期:2015-12-22
    • 文件大小:119808
    • 提供者:陈明
  1. TryPop

    0下载:
  2. 在浏览器弹出短消息窗口的实现代码,主界面Asp.Net,+JS编写-Short message in the browser pop-up window
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-02
    • 文件大小:3462
    • 提供者:aspiregx
  1. VCmessageWindow

    0下载:
  2. VC消息窗口,有点类似于飞信弹出的消息窗口-a vc window just like fetion s window!
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-08
    • 文件大小:82729
    • 提供者:张伟
  1. apilj

    1下载:
  2. 一个典型的VB 拦截Api的源代码,文件夹说明:   VBAPIHooker - API拦截类(这是主角,它需要用到以下三个类)   VBMemoryAllocator- 内存分配管理类   VBPEFnLocator- PE文件导入/导出函数定位类   VBMiniWindow- 迷你消息窗口类      1.设定目标进程   例:假设目标进程ID为&HC80   ※设定目标进程    m_oAPIHooker.S
  3. 所属分类:钩子与API截获

    • 发布日期:2013-10-30
    • 文件大小:26159
    • 提供者:小鱼
  1. mini-QQ

    0下载:
  2. KittenTransfer 该程序是为局域网即时通信开发,难点之一在于局域网内用户列表的建立。当KittenTransfer启动时,首先向局域网内所有启动了KittenTransfer的用户发送一条广播消息,收到消息后,在用户列表中添加发送广播消息的用户。当用户退出KittenTransfer时, 也发送一条广播消息通知其他用户,之后其他用户将用户列表中的该用户删除。启动KittenTransfer后,可以实现与多用户的即时通信,文件传输。消息窗口采用Java Socket处理。-Kitt
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-03-31
    • 文件大小:136750
    • 提供者:盛宇帆
  1. auto-key-press

    0下载:
  2. 模拟按键程序,可以使指定的窗口产生虚拟的按键消息,对开发自动化程序或游戏外挂具有一定参考作用-Auto virtual key-press program. Make the specific Window to produce key-press message. With reference to auto program or game external
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-03-27
    • 文件大小:183540
    • 提供者:张从井
  1. MSNWindow

    0下载:
  2. 用VB编写的类似MSN消息窗口,可用于办公系统中,以后多交流。-Similar to the MSN message window can be used for office systems.
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-04
    • 文件大小:2273
    • 提供者:任立平
  1. hjkdshdjds

    0下载:
  2. 取QQ发送、消息窗口文本,很不错的易语言源码,易爱好者可以下载使用-Take QQ sent the text message window, a very good source of easy language, easy to use fans can download
  3. 所属分类:其他小程序

    • 发布日期:2017-04-13
    • 文件大小:1834
    • 提供者:mypc06
  1. Exe7_1

    3下载:
  2. 设计一个学生注册界面。输入的信息包括学号(6位数字),姓名(不超过6个汉字),密码(不少于6个字符,不多于8个字符,且需要输入2次,2次输入的密码必须完全相同),专业(从“数学”、“计算机”和“外语”中选择,也可以自行输入),年级(从“一年级”、“二年级”、“三年级”和“四年级”中选择一项,且只能选择一项)。点击“注册”按钮后,程序检查输入是否正确,若错误则显示相应的提示信息,否则弹出一个消息窗口,显示所有输入的注册信息-design a student registration interfa
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:1595
    • 提供者:LiuQiu
« 1 2 34 5 6 7 8 9 10 ... 45 »
搜珍网 www.dssz.com